From f061878fab56a865b24af3f739194f593e2ee603 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 17 May 2010 10:54:46 +0100 Subject: [PATCH] ocaml: Disable parallel make There seem to be multiple dependency issues when building oxenstored. Signed-off-by: Keir Fraser --- tools/ocaml/Makefile.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ocaml/Makefile.rules b/tools/ocaml/Makefile.rules index ee06b73674..a4fb7c4868 100644 --- a/tools/ocaml/Makefile.rules +++ b/tools/ocaml/Makefile.rules @@ -14,6 +14,8 @@ else Q = @ endif +.NOTPARALLEL: + ALL_OCAML_OBJS ?= $(OBJS) %.cmo: %.ml -- 2.30.2